Skip to content

feat: complete governance and quality foundation#1

Merged
OgeonX-Ai merged 7 commits into
mainfrom
gsd/phase-1-governance-quality
Jun 11, 2026
Merged

feat: complete governance and quality foundation#1
OgeonX-Ai merged 7 commits into
mainfrom
gsd/phase-1-governance-quality

Conversation

@OgeonX-Ai

Copy link
Copy Markdown
Contributor

Completes GSD Phase 1 with contract schemas, governance traceability, unified quality gates, Windows CI, and verified planning evidence. Validation: 11/11 tests and 3/3 GSD plans complete.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7a9d32516f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Invoke-Quality.ps1

if (-not $SkipContracts) {
Invoke-QualityCheck -Name "contracts" -Action {
& (Join-Path $PSScriptRoot "scripts\Test-CasJsonSchema.ps1") -AllFixtures

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Validate production contract instances in the quality gate

The contracts check validates only the curated fixture pairs, so an invalid stack.manifest.json or schema-incompatible JSON emitted by doctor.ps1 still leaves the authoritative local and CI quality gate green. Since production code does not otherwise invoke these schemas, manifest/report drift can ship unnoticed and then break workstation operations; include the real manifest and a generated doctor report in this check in addition to the fixtures.

Useful? React with 👍 / 👎.

@OgeonX-Ai OgeonX-Ai merged commit c24637e into main Jun 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants